ComponentOne FlexReport for WinForms
FindLastIndex(Int32,Predicate<LogEntry>) Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class > FindLastIndex Method : FindLastIndex(Int32,Predicate<LogEntry>) Method
Syntax
'Declaration
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal match As System.Predicate(Of LogEntry) _
) As System.Integer
public System.int FindLastIndex( 
   System.int startIndex,
   System.Predicate<LogEntry> match
)

Parameters

startIndex
match
See Also

Reference

LogEntryList Class
LogEntryList Members
Overload List